| class RIFFWaveDecoderConverts a RIFF WAVE bitstream to raw samples.| Visibility | Public | | Extends | Decoder |
Public functionsPublic properties| AudioDefinitionModel ADM | Object metadata for Broadcast Wave Files. | | BitDepth Bits | Bit depth of the WAVE file. | | int ChannelCount | Content channel count. | | long Length | Content length in samples for a single channel. | | long Position | Location in the stream in samples. | | int SampleRate | Bitstream sample rate. |
|